home *** CD-ROM | disk | FTP | other *** search
Text File | 1985-05-18 | 534 b | 24 lines | [FGHT/CWAR] |
- *
- * create the creeping unstoppable worm.
- *
- * The worm is a consecutive array of imps.
- * Each imp is a separate process, and they
- * are running in consecutive locations.
- *
- * no frontal assault of any kind can destroy
- * a worm. It is self repairing. The only
- * effective attack against a worm is to
- * destroy is from left to right.
- *
-
- @-1
- length dat 5
- spl extrude
- djz 2,length
- jmp -1
- mov #0,extrude ;Stop making the worm
- *
- extrude spl 0 ;spin here and make a worm
- mov 0,1 ;of imps
-
-